# ---------------------------------------------------------------------------
rm(list = ls())
require(tidyverse)
require(sf)
# option setting
sf_use_s2(T)
options(tigris_use_cache = TRUE)
# dropbox dir or della base dir
ddir <- # Sys.getenv('drop_dir')
'/scratch/gpfs/km31/'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.